home *** CD-ROM | disk | FTP | other *** search
- object StatSForm: TStatSForm
- Left = 244
- Top = 214
- HelpContext = 35
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'V�b�r polo�ek pro ulo�en� do souboru'
- ClientHeight = 205
- ClientWidth = 352
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object KomentarLabel: TLabel
- Left = 8
- Top = 2
- Width = 49
- Height = 13
- Caption = '&Koment��:'
- FocusControl = KomentarMemo
- end
- object PolozkyLabel: TLabel
- Left = 8
- Top = 54
- Width = 40
- Height = 13
- Caption = '&Polo�ky:'
- FocusControl = CheckListBox
- end
- object CheckListBox: TCheckListBox
- Left = 8
- Top = 70
- Width = 257
- Height = 126
- Columns = 2
- ItemHeight = 13
- Items.Strings = (
- 'Koment��'
- 'Datum a �as'
- 'Datov� �ada'
- 'Po�et hodnot'
- 'Minim�ln� hodnota'
- 'Maxim�ln� hodnota'
- 'Aritmetick� pr�m�r'
- 'Geometrick� pr�m�r'
- 'Kvadratick� pr�m�r'
- 'Harmonick� pr�m�r'
- 'Sou�et hodnot'
- 'Sou�et kvadr�t�'
- 'Rozptyl'
- 'Sm�rodatn� odchylka'
- 'Varia�n� koeficient')
- TabOrder = 0
- end
- object KomentarMemo: TMemo
- Left = 8
- Top = 18
- Width = 337
- Height = 32
- Lines.Strings = (
- 'Statistick� hodnoty')
- TabOrder = 1
- end
- object OkButton: TButton
- Left = 280
- Top = 110
- Width = 65
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object StornoButton: TButton
- Left = 280
- Top = 155
- Width = 65
- Height = 25
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 3
- end
- end
-